The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:FAST blast search"

FAST::Bio::SearchIO::blast - Event generator for event based parsing of blast reports River stage zero No dependents

This object encapsulated the necessary methods for generating events suitable for building FAST::Bio::Search objects from a BLAST report file. Read the FAST::Bio::SearchIO for more information about how to use this. This driver can parse: * NCBI prod...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::BlastUtils - Utility functions for FAST::Bio::Search:: BLAST objects River stage zero No dependents

The BlastUtils.pm module is a collection of subroutines used primarily by FAST::Bio::Search::Hit::BlastHit objects for some of the additional functionality, such as HSP tiling. Right now, the BlastUtils is just a collection of methods, not an object,...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::HSP::BlastPullHSP - A parser and HSP object for BlastN hsps River stage zero No dependents

This object implements a parser for BlastN hsp output....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::Hit::BlastPullHit - A parser and hit object for BLASTN hits River stage zero No dependents

This object implements a parser for BLASTN hit output....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::Result::BlastPullResult - A parser and result object for BLASTN results River stage zero No dependents

This object implements a parser for NCBI BLASTN result output....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::SearchIO::blast_pull - A parser for BLAST output River stage zero No dependents

This object implements a pull-parser for BLAST output. It is fast since it only does work on request (hence 'pull'). Currently only NCBI BLASTN and BLASTP are supported....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::SearchIO::XML::BlastHandler - XML Handler for NCBI Blast XML parsing. River stage zero No dependents

This is the XML handler for BLAST XML parsing. Currently it passes elements off to the event handler, which is ultimately responsible for FAST::Bio::Search object generation. This was recently split off from the original code for FAST::Bio::SearchIO:...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::SearchIO::XML::PsiBlastHandler - XML Handler for NCBI Blast PSIBLAST XML parsing. River stage zero No dependents

This is the XML handler for BLAST PSIBLAST XML parsing. Currently it passes elements off to the event handler, which is ultimately responsible for FAST::Bio::Search object generation. This was recently split off from the original code for FAST::Bio::...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::SearchIO - Driver for parsing Sequence Database Searches (BLAST, FASTA, ...) River stage zero No dependents

This is a driver for instantiating a parser for report files from sequence database searches. This object serves as a wrapper for the format parsers in FAST::Bio::SearchIO::* - you should not need to ever use those format parsers directly. (For peopl...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::SearchIO::blastxml - A SearchIO implementation of NCBI Blast XML parsing. River stage zero No dependents

This object implements a NCBI Blast XML parser. It requires XML::SAX; it is also recommended (for faster parsing) that XML::SAX::ExpatXS or XML::LibXML be installed. Either 'XML::SAX::ExpatXS' or 'XML::LibXML::SAX::Parser' should be set as the defaul...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::Hit::HitI - Interface for a hit in a similarity search result River stage zero No dependents

FAST::Bio::Search::Hit::* objects are data structures that contain information about specific hits obtained during a library search. Some information will be algorithm-specific, but others will be generally defined....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::SearchUtils - Utility functions for FAST::Bio::Search:: objects River stage zero No dependents

The SearchUtils.pm module is a collection of subroutines used primarily by FAST::Bio::Search::Hit::HitI objects for some of the additional functionality, such as HSP tiling. Right now, the SearchUtils is just a collection of methods, not an object....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::HSP::HSPI - Interface for a High Scoring Pair in a similarity search result River stage zero No dependents

FAST::Bio::Search::HSP::HSPI objects cannot be instantiated since this module defines a pure interface. Given an object that implements the FAST::Bio::Search::HSP::HSPI interface, you can do the following things with it:...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::AnalysisParserI - Generic analysis output parser interface River stage zero No dependents

AnalysisParserI is a interface for describing generic analysis result parsers. This module makes no assumption about the nature of analysis being parsed, only that zero or more result sets can be obtained from the input source. This module was derive...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::Hit::PullHitI - FAST::Bio::Search::Hit::HitI interface for pull parsers. River stage zero No dependents

This object handles the hit data from a database sequence search. PullHitI is for fast implementations that only do parsing work on the hit data when you actually request information by calling one of the HitI methods. Many methods of HitI are implem...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::HSP::PullHSPI - FAST::Bio::Search::HSP::HSPI interface for pull parsers. River stage zero No dependents

PullHSP is for fast implementations that only do parsing work on the hsp data when you actually request information by calling one of the HSPI methods. Many methods of HSPI are implemented in a way suitable for inheriting classes that use FAST::Bio::...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::Result::ResultI - Abstract interface to Search Result objects River stage zero No dependents

FAST::Bio::Search::Result::ResultI objects are data structures containing the results from the execution of a search algorithm. As such, it may contain various algorithm specific information as well as details of the execution, but will contain a few...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::SearchIO::gmap_f9 - Event generator for parsing gmap reports (Z format) River stage zero No dependents

This object encapsulated the necessary methods for generating events suitable for building FAST::Bio::Search objects from a GMAP "compressed" report (from gmap run with -Z flag) Read the FAST::Bio::SearchIO for more information about how to use this....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::SearchIO::EventHandlerI - An abstract Event Handler for Search Result parsing River stage zero No dependents

This interface describes the basic methods needed to handle Events thrown from parsing a Search Result such as FASTA, BLAST, or HMMer....

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC

FAST::Bio::Search::Hit::GenericHit - A generic implementation of the FAST::Bio::Search::Hit::HitI interface River stage zero No dependents

This object handles the hit data from a Database Sequence Search such as FASTA or BLAST. Unless you're writing a parser, you won't ever need to create a GenericHit or any other HitI-implementing object. If you use the SearchIO system, HitI objects ar...

DHARD/FAST-1.06 - 21 Apr 2015 08:04:25 UTC
35 results (0.032 seconds)